home *** CD-ROM | disk | FTP | other *** search
- object Apropos: TApropos
- Left = 403
- Top = 305
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'About Mem Viewer v1.97'
- ClientHeight = 73
- ClientWidth = 217
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- OnHide = FormHide
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 5
- Top = 3
- Width = 169
- Height = 65
- Caption = 'Infos'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 28
- Height = 13
- Caption = 'URL :'
- end
- object URLLabel1: TURLLabel
- Left = 48
- Top = 16
- Width = 106
- Height = 13
- Cursor = 25
- Caption = 'www.altern.org/gene6'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 35
- Height = 13
- Caption = 'E-Mail :'
- Color = clBtnFace
- ParentColor = False
- end
- object URLLabel2: TURLLabel
- Left = 48
- Top = 40
- Width = 85
- Height = 13
- Cursor = 25
- LabelType = hmMAIL
- Caption = 'gene6@altern.org'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- end
- object Button1: TButton
- Left = 180
- Top = 11
- Width = 31
- Height = 57
- Caption = '&Ok'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-